home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / gfx / show / Show.lha / show.cd < prev   
Text File  |  1999-02-06  |  12KB  |  854 lines

  1. ; ************************************************************
  2. ; Errors Messages
  3. ;
  4. LOC_MSG_ERR_BADMODEID (//)
  5. Bad mode id
  6. ;
  7. LOC_MSG_ERR_LOCK (//)
  8. Lock() failed
  9. ;
  10. LOC_MSG_ERR_ALLOCASL (//)
  11. AllocAsl() failed
  12. ;
  13. LOC_MSG_ERR_NOFILE (//)
  14. I need a file!
  15. ;
  16. LOC_MSG_ERR_EXAMINE (//)
  17. Examine() failed
  18. ;
  19. LOC_MSG_ERR_ALLOCDOSOBJ (//)
  20. AllocDosObject() failed
  21. ;
  22. LOC_MSG_ERR_UNKNOWN_FMT (//)
  23. Unknown file format
  24. ;
  25. LOC_MSG_ERR_NOMEM (//)
  26. Not enough memory\nfor this operation!
  27. ;
  28. LOC_MSG_ERR_READ (//)
  29. Error while reading the file
  30. ;
  31. LOC_MSG_ERR_WRITE (//)
  32. Error while writing the file
  33. ;
  34. LOC_MSG_ERR_OPEN (//)
  35. Unable to open the file
  36. ;
  37. LOC_MSG_ERR_OPENSCREEN (//)
  38. Could not open the screen
  39. ;
  40. LOC_MSG_ERR_OPENWINDOW (//)
  41. Could not open the window
  42. ;
  43. LOC_MSG_ERR_UNKNOWN_ERR (//)
  44. Unknown error
  45. ;
  46. LOC_MSG_ERR_XPK (//)
  47. Xpk Error
  48. ;
  49. LOC_MSG_ERR_UNKNOWN_XPK (//)
  50. Unknown Xpk Error
  51. ;
  52. ; ************************************************************
  53. ; Menus
  54. ;
  55. LOC_MSG_MENU_PROJECT (//)
  56. Project
  57. ;
  58. LOC_MSG_MENU_ABOUT (//)
  59. About
  60. ;
  61. LOC_MSG_MENU_MEMINFOS (//)
  62. Memory Infos
  63. ;
  64. LOC_MSG_MENU_KEYS (//)
  65. Keyboard Shortcuts
  66. ;
  67. LOC_MSG_MENU_QUIT (//)
  68. Quit
  69. ;
  70. LOC_MSG_MENU_FILE (//)
  71. File
  72. ;
  73. LOC_MSG_MENU_OPEN (//)
  74. Open
  75. ;
  76. LOC_MSG_MENU_SAVE (//)
  77. Save Image
  78. ;
  79. LOC_MSG_MENU_SAVEAS (//)
  80. Save as
  81. ;
  82. LOC_MSG_MENU_RELOAD (//)
  83. Reload Image
  84. ;
  85. LOC_MSG_MENU_RENAME (//)
  86. Rename File
  87. ;
  88. LOC_MSG_MENU_DELETE (//)
  89. Delete File
  90. ;
  91. LOC_MSG_MENU_IMAGE (//)
  92. Image
  93. ;
  94. LOC_MSG_MENU_SHOWINFO (//)
  95. Show Image Infos
  96. ;
  97. LOC_MSG_MENU_PREVIOUS (//)
  98. Previous Image
  99. ;
  100. LOC_MSG_MENU_NEXT (//)
  101. Next Image
  102. ;
  103. LOC_MSG_MENU_GOTO (//)
  104. Goto Image
  105. ;
  106. LOC_MSG_MENU_ZOOM (//)
  107. Zoom
  108. ;
  109. LOC_MSG_MENU_ZOOMIN (//)
  110. Zoom In
  111. ;
  112. LOC_MSG_MENU_ZOOMOUT (//)
  113. Zoom Out
  114. ;
  115. LOC_MSG_MENU_NOZOOM (//)
  116. No Zoom
  117. ;
  118. LOC_MSG_MENU_VIEWALL (//)
  119. View All
  120. ;
  121. LOC_MSG_MENU_RESETVIEW (//)
  122. Reset View
  123. ;
  124. LOC_MSG_MENU_EFFECTS (//)
  125. Effects
  126. ;
  127. LOC_MSG_MENU_NEGATIVE (//)
  128. Negative
  129. ;
  130. LOC_MSG_MENU_FLIPHOR (//)
  131. Flip Horizontal
  132. ;
  133. LOC_MSG_MENU_FLIPVER (//)
  134. Flip Vertical
  135. ;
  136. LOC_MSG_MENU_ROTMINUS (//)
  137. Rotate -90°
  138. ;
  139. LOC_MSG_MENU_ROTPLUS (//)
  140. Rotate +90°
  141. ;
  142. LOC_MSG_MENU_RGBGRAY (//)
  143. RGB to Gray
  144. ;
  145. LOC_MSG_MENU_BRIGHT (//)
  146. Brightness
  147. ;
  148. LOC_MSG_MENU_CONTRAST (//)
  149. Contrast
  150. ;
  151. LOC_MSG_MENU_GAMMA (//)
  152. Gamma
  153. ;
  154. LOC_MSG_MENU_COLBAL (//)
  155. Color Balance
  156. ;
  157. LOC_MSG_MENU_CROP (//)
  158. Crop
  159. ;
  160. LOC_MSG_MENU_RESIZE (//)
  161. Resize
  162. ;
  163. LOC_MSG_MENU_RESIZE_14 (//)
  164. 1/4
  165. ;
  166. LOC_MSG_MENU_RESIZE_12 (//)
  167. 1/2
  168. ;
  169. LOC_MSG_MENU_RESIZE_21 (//)
  170. 2/1
  171. ;
  172. LOC_MSG_MENU_RESIZE_41 (//)
  173. 4/1
  174. ;
  175. LOC_MSG_MENU_MEMORY (//)
  176. Memory
  177. ;
  178. LOC_MSG_MENU_MEMIMAGE (//)
  179. Memorize Image
  180. ;
  181. LOC_MSG_MENU_FORGIMAGE (//)
  182. Forget Image
  183. ;
  184. LOC_MSG_MENU_FORGALL (//)
  185. Forget All Images
  186. ;
  187. LOC_MSG_MENU_DELFILES (//)
  188. Delete Memorized Files
  189. ;
  190. LOC_MSG_MENU_MEMPREV (//)
  191. Previous Image
  192. ;
  193. LOC_MSG_MENU_MEMNEXT (//)
  194. Next Image
  195. ;
  196. LOC_MSG_MENU_MEMGOTO (//)
  197. Goto Memorized Image
  198. ;
  199. LOC_MSG_MENU_COMPOSE (//)
  200. Compose
  201. ;
  202. LOC_MSG_MENU_PREFS (//)
  203. Preferences
  204. ;
  205. LOC_MSG_MENU_PREF_MODE (//)
  206. Screen Mode
  207. ;
  208. LOC_MSG_MENU_PREF_KEYS (//)
  209. Key Shortcuts
  210. ;
  211. LOC_MSG_MENU_PREF_ERASE_KEYS (//)
  212. Erase All
  213. ;
  214. LOC_MSG_MENU_PREF_REDEFINE_KEY (//)
  215. Redefine Mode
  216. ;
  217. LOC_MSG_MENU_PREF_LOOP (//)
  218. Loop
  219. ;
  220. LOC_MSG_MENU_PREF_CLICK (//)
  221. Click to Next
  222. ;
  223. LOC_MSG_MENU_PREF_PROGWIN (//)
  224. Load Progress Window
  225. ;
  226. LOC_MSG_MENU_PREF_ERRORS (//)
  227. Report Errors
  228. ;
  229. LOC_MSG_MENU_PREF_OVERWARN (//)
  230. Overwrite Warnings
  231. ;
  232. LOC_MSG_MENU_PREF_PRESERVE (//)
  233. Preserve Files Dates
  234. ;
  235. LOC_MSG_MENU_PREF_CRYPT (//)
  236. Crypting
  237. ;
  238. LOC_MSG_MENU_PREF_SAVECRYPT (//)
  239. Save Crypted
  240. ;
  241. LOC_MSG_MENU_PREF_PASS (//)
  242. Password
  243. ;
  244. LOC_MSG_MENU_PREF_JPGLOAD (//)
  245. JPEG Load
  246. ;
  247. LOC_MSG_MENU_PREF_JPGGRAY (//)
  248. Grayscale
  249. ;
  250. LOC_MSG_MENU_PREF_JPGRGB (//)
  251. RGB
  252. ;
  253. LOC_MSG_MENU_PREF_JPGSIZE (//)
  254. Loading Size
  255. ;
  256. LOC_MSG_MENU_PREF_JPG1 (//)
  257. Size 1/1
  258. ;
  259. LOC_MSG_MENU_PREF_JPG2 (//)
  260. Size 1/2
  261. ;
  262. LOC_MSG_MENU_PREF_JPG4 (//)
  263. Size 1/4
  264. ;
  265. LOC_MSG_MENU_PREF_JPG8 (//)
  266. Size 1/8
  267. ;
  268. LOC_MSG_MENU_PREF_JPGAUTO (//)
  269. Size Auto
  270. ;
  271. LOC_MSG_MENU_PREF_JPGSAVE (//)
  272. JPEG Save Quality
  273. ;
  274. LOC_MSG_MENU_PREF_PNG (//)
  275. PNG
  276. ;
  277. LOC_MSG_MENU_PREF_PNGCOMP (//)
  278. Compression
  279. ;
  280. LOC_MSG_MENU_PREF_PNGGAMMA (//)
  281. Gamma
  282. ;
  283. LOC_MSG_MENU_PREF_TIFFMETHOD (//)
  284. Saving Compression Method
  285. ;
  286. LOC_MSG_MENU_PREF_SAVE (//)
  287. _Save
  288. ;
  289. LOC_MSG_MENU_PREF_USE (//)
  290. _Use
  291. ;
  292. LOC_MSG_MENU_PREF_CHANGE (//)
  293. Change...
  294. ;
  295. ;
  296. ; ************************************************************
  297. ; Buttons
  298. ;
  299. LOC_MSG_BUTTON_OK (//)
  300. _OK
  301. ;
  302. LOC_MSG_BUTTONOK (//)
  303. OK
  304. ;
  305. LOC_MSG_BUTTONCANCEL (//)
  306. Cancel
  307. ;
  308. LOC_MSG_BUTTON_CANCEL (//)
  309. _Cancel
  310. ;
  311. LOC_MSG_BUTTON_TEST (//)
  312. _Test
  313. ;
  314. LOC_MSG_BUTTON_RESTORE (//)
  315. Restore
  316. ;
  317. LOC_MSG_BUTTON_SCREEN (//)
  318. _Screen
  319. ;
  320. LOC_MSG_BUTTON_RED (//)
  321. _Red
  322. ;
  323. LOC_MSG_BUTTON_GREEN (//)
  324. _Green
  325. ;
  326. LOC_MSG_BUTTON_BLUE (//)
  327. _Blue
  328. ;
  329. LOC_MSG_BUTTON_FRAMES_LAYOUT (//)
  330. _Frames Layout
  331. ;
  332. LOC_MSG_BUTTON_VIEW (//)
  333. V_iew
  334. ;
  335. LOC_MSG_BUTTON_SPCHOR (//)
  336. Space _Horizontal
  337. ;
  338. LOC_MSG_BUTTON_SPCVER (//)
  339. Space _Vertical
  340. ;
  341. LOC_MSG_BUTTON_INFORMATION (//)
  342. Information:
  343. ;
  344. LOC_MSG_BUTTON_XMIN (//)
  345. _X min
  346. ;
  347. LOC_MSG_BUTTON_XMAX (//)
  348. X max
  349. ;
  350. LOC_MSG_BUTTON_YMIN (//)
  351. _Y min
  352. ;
  353. LOC_MSG_BUTTON_YMAX (//)
  354. Y max
  355. ;
  356. LOC_MSG_BUTTON_FRAME (//)
  357. _Frame
  358. ;
  359. LOC_MSG_BUTTON_SCREENFIT (//)
  360. Screen Fit
  361. ;
  362. LOC_MSG_BUTTON_WIDTH (//)
  363. _Width
  364. ;
  365. LOC_MSG_BUTTON_PERWIDTH (//)
  366. % W_idth
  367. ;
  368. LOC_MSG_BUTTON_HEIGHT (//)
  369. _Height
  370. ;
  371. LOC_MSG_BUTTON_PERHEIGHT (//)
  372. % H_eight
  373. ;
  374. LOC_MSG_BUTTON_PERCENTAGE (//)
  375. _Percentage
  376. ;
  377. LOC_MSG_BUTTON_LOCK (//)
  378. _Lock
  379. ;
  380. LOC_MSG_BUTTON_MORE_CANCEL (//)
  381. More|Cancel
  382. ;
  383. LOC_MSG_BUTTON_OK_CANCEL (//)
  384. OK|Cancel
  385. ;
  386. LOC_MSG_BUTTON_OK_MORE (//)
  387. OK|More
  388. ;
  389. LOC_MSG_BUTTON_QUIT_CANCEL (//)
  390. Quit|Cancel
  391. ;
  392. LOC_MSG_BUTTON_OK_ERASE_CANCEL (//)
  393. OK|Erase|Cancel
  394. ;
  395. LOC_MSG_BUTTON_FORGET_CANCEL (//)
  396. Forget|Cancel
  397. ;
  398. LOC_MSG_BUTTON_DELETE_CANCEL (//)
  399. Delete|Cancel
  400. ;
  401. LOC_MSG_BUTTON_OVERWRITE_CANCEL (//)
  402. Overwrite|Cancel
  403. ;
  404. LOC_MSG_BUTTON_CRYPT_CANCEL (//)
  405. Crypt|Don't
  406. ;
  407. LOC_MSG_BUTTON_OK_DEF_CANCEL (//)
  408. OK|Default|Cancel
  409. ;
  410. LOC_MSG_BUTTON_OOPS (//)
  411. Oops!
  412. ;
  413. LOC_MSG_BUTTON_OH_NO (//)
  414. Oh no!
  415. ;
  416. ; ************************************************************
  417. ; Miscellaneous
  418. ;
  419. LOC_MSG_COLBAL (//)
  420. Color Balance
  421. ;
  422. LOC_MSG_BRIGHTNESS (//)
  423. Brightness
  424. ;
  425. LOC_MSG_COMPOSE (//)
  426. Compose
  427. ;
  428. LOC_MSG_SETBRIGHTNESS (//)
  429. Setting Brightness to %d...
  430. ;
  431. LOC_MSG_SETGAMMA (//)
  432. Setting Gamma to %f...
  433. ;
  434. LOC_MSG_SETCOLOR (//)
  435. Setting %s to %d
  436. ;
  437. LOC_MSG_FRAMES (//)
  438. Frames
  439. ;
  440. LOC_MSG_IMAGES (//)
  441. Images
  442. ;
  443. LOC_MSG_HELP_KEYS (//)
  444. Keyboard Shortcuts:
  445. ;
  446. LOC_MSG_HELP_MOUSE (//)
  447. Mouse:
  448. ;
  449. LOC_MSG_HELP_COMPOSE_W (//)
  450. Open/Close the compose window
  451. ;
  452. LOC_MSG_HELP_COMPOSE_O (//)
  453. Execute Composition
  454. ;
  455. LOC_MSG_HELP_COMPOSE_C (//)
  456. Cancel Composition
  457. ;
  458. LOC_MSG_HELP_COMPOSE_I (//)
  459. Toggle View Mode
  460. ;
  461. LOC_MSG_HELP_COMPOSE_F (//)
  462. Increase/Decrease Layout
  463. ;
  464. LOC_MSG_HELP_COMPOSE_H (//)
  465. Increase/Decrease Horizontal Spacing
  466. ;
  467. LOC_MSG_HELP_COMPOSE_V (//)
  468. Increase/Decrease Vertical Spacing
  469. ;
  470. LOC_MSG_HELP_COMPOSE_CLICK1 (//)
  471. Mouse click: Exchange frames.
  472. ;
  473. LOC_MSG_HELP_COMPOSE_CLICK2 (//)
  474.              Press mouse button in first
  475. ;
  476. LOC_MSG_HELP_COMPOSE_CLICK3 (//)
  477.              frame and release in second one.
  478. ;
  479. LOC_MSG_COMPOSE_INFOS (//)
  480. %d images : %dx%d
  481. ;
  482. LOC_MSG_WARNING (//)
  483. Warning
  484. ;
  485. LOC_MSG_ERROR (//)
  486. Error
  487. ;
  488. LOC_MSG_INFO (//)
  489. Information
  490. ;
  491. LOC_MSG_SAVEFILE (//)
  492. Save File
  493. ;
  494. LOC_MSG_FMTSAVE (//)
  495. Picture format to save ?
  496. ;
  497. LOC_MSG_SAVE_COMPOSED (//)
  498. Save Composed:
  499. ;
  500. LOC_MSG_CONTRAST_MODE1 (//)
  501. RGB Separate
  502. ;
  503. LOC_MSG_CONTRAST_MODE2 (//)
  504. RGB Mean
  505. ;
  506. LOC_MSG_CONTRAST (//)
  507. Contrast
  508. ;
  509. LOC_MSG_MODE (//)
  510. Mode
  511. ;
  512. LOC_MSG_SETCONTRAST (//)
  513. Setting Contrast to %d...
  514. ;
  515. LOC_MSG_HELP_CROP_W (//)
  516. Open/Close the crop window
  517. ;
  518. LOC_MSG_HELP_CROP_O (//)
  519. Execute Cropping
  520. ;
  521. LOC_MSG_HELP_CROP_S (//)
  522. Set to Screen Size
  523. ;
  524. LOC_MSG_HELP_CROP_F (//)
  525. Increase/Decrease Frame Size
  526. ;
  527. LOC_MSG_HELP_CROP_C (//)
  528. Cancel Cropping
  529. ;
  530. LOC_MSG_CROP (//)
  531. Crop
  532. ;
  533. LOC_MSG_ROTATING (//)
  534. Rotate...
  535. ;
  536. LOC_MSG_FLIPPING (//)
  537. Flipping...
  538. ;
  539. LOC_MSG_RGBTOGRAY (//)
  540. RGB to GRAY...
  541. ;
  542. LOC_MSG_NEGATIVE (//)
  543. Negative
  544. ;
  545. LOC_MSG_RESIZE (//)
  546. Resize
  547. ;
  548. LOC_MSG_CHOOSE_IMAGE (//)
  549. Choose an image:
  550. ;
  551. LOC_MSG_PROGRESS (//)
  552. Progress Status
  553. ;
  554. LOC_MSG_PERC_FINISH (//)
  555. %d%% finished
  556. ;
  557. LOC_MSG_SCROLL_UP (//)
  558. Scroll Up
  559. ;
  560. LOC_MSG_SCROLL_DOWN (//)
  561. Scroll Down
  562. ;
  563. LOC_MSG_SCROLL_LEFT (//)
  564. Scroll Left
  565. ;
  566. LOC_MSG_SCROLL_RIGHT (//)
  567. Scroll Right
  568. ;
  569. LOC_MSG_ENTER_NEW_NAME (//)
  570. Enter New Name:
  571. ;
  572. LOC_MSG_FILE_NAME (//)
  573. File Name
  574. ;
  575. LOC_MSG_ALREADY_EXISTS (//)
  576. A file already exists\nwith this name!
  577. ;
  578. LOC_MSG_CANNOT_RENAME (//)
  579. Cannot rename the file!
  580. ;
  581. LOC_MSG_SURE_QUIT (//)
  582. Are You sure ?\nQuit now ?
  583. ;
  584. LOC_MSG_FORGET_MEMFILES (//)
  585. Forget all memorized files ?
  586. ;
  587. LOC_MSG_AVAIL_MEM (//)
  588. Available Memory :
  589. ;
  590. LOC_MSG_DISP_IMAGE (//)
  591. Displayed Image  :
  592. ;
  593. LOC_MSG_IMAGES_MEMORY (//)
  594. Memorized Images :
  595. ;
  596. LOC_MSG_BYTES (//)
  597. bytes
  598. ;
  599. LOC_MSG_CHIP (//)
  600. CHIP  :
  601. ;
  602. LOC_MSG_FAST (//)
  603. FAST  :
  604. ;
  605. LOC_MSG_TOTAL (//)
  606. TOTAL :
  607. ;
  608. LOC_MSG_NO_IMAGE (//)
  609. No image in memory
  610. ;
  611. LOC_MSG_FAILED_DELETE (//)
  612. Failed to delete the file
  613. ;
  614. LOC_MSG_SURE_DELETE_MEM (//)
  615. Are you sure ?\nDelete all memorized files ?
  616. ;
  617. LOC_MSG_USAGE (//)
  618. Usage
  619. ;
  620. LOC_MSG_CRYPTING (//)
  621. Crypting...
  622. ;
  623. LOC_MSG_DECRYPTING (//)
  624. Decrypting...
  625. ;
  626. LOC_MSG_SELECT_FILE (//)
  627. Select a file
  628. ;
  629. LOC_MSG_SCREEN_MODE (//)
  630. Screen Mode:
  631. ;
  632. LOC_MSG_DIRECTORY (//)
  633. Directory    :
  634. ;
  635. LOC_MSG_FILENAME (//)
  636. File Name    :
  637. ;
  638. LOC_MSG_FILEDATE (//)
  639. Date         :
  640. ;
  641. LOC_MSG_FILESIZE (//)
  642. Size         :
  643. ;
  644. LOC_MSG_FILETYPE (//)
  645. Type         :
  646. ;
  647. LOC_MSG_IS_CRYPTED (//)
  648. (crypted)
  649. ;
  650. LOC_MSG_FILECOMMENT (//)
  651. Comment      :
  652. ;
  653. LOC_MSG_IMAGESIZE (//)
  654. Image Size   :
  655. ;
  656. LOC_MSG_LOADEDAS (//)
  657. Loaded as    :
  658. ;
  659. LOC_MSG_MEMORIZED (//)
  660. Memory       :
  661. ;
  662. LOC_MSG_READINGTIME (//)
  663. Reading Time :
  664. ;
  665. LOC_MSG_SECS (//)
  666. secs
  667. ;
  668. LOC_MSG_FROM (//)
  669. from
  670. ;
  671. LOC_MSG_IMAGE_INFO (//)
  672. Image Infos
  673. ;
  674. LOC_MSG_LOAD_JPG (//)
  675. Loading JPG File...
  676. ;
  677. LOC_MSG_LOAD_PNG (//)
  678. Loading PNG File...
  679. ;
  680. LOC_MSG_LOAD_TIFF (//)
  681. Loading TIFF File...
  682. ;
  683. LOC_MSG_LOAD_FILE (//)
  684. Loading File...
  685. ;
  686. LOC_MSG_OVERWRITE (//)
  687. This file already exists!\nOverwrite it ?
  688. ;
  689. LOC_MSG_SAVE_JPG (//)
  690. Saving JPG File...
  691. ;
  692. LOC_MSG_SAVE_PNG (//)
  693. Saving PNG File...
  694. ;
  695. LOC_MSG_SAVE_TIFF (//)
  696. Saving TIFF File...
  697. ;
  698. LOC_MSG_SAVE_RAW (//)
  699. Saving RAW File...
  700. ;
  701. LOC_MSG_TITLE_SAVE_JPG (//)
  702. Save JPG:
  703. ;
  704. LOC_MSG_TITLE_SAVE_PNG (//)
  705. Save PNG:
  706. ;
  707. LOC_MSG_TITLE_SAVE_TIFF (//)
  708. Save TIFF:
  709. ;
  710. LOC_MSG_TITLE_SAVE_RAW (//)
  711. Save RAW:
  712. ;
  713. LOC_MSG_WAS_CRYPTED (//)
  714. This file was crypted!\nCrypt before saving ?
  715. ;
  716. LOC_MSG_ENTER_JPG_QUALITY (//)
  717. Enter JPEG Save Quality:
  718. ;
  719. LOC_MSG_JPG_QUALITY (//)
  720. JPEG Save Quality
  721. ;
  722. LOC_MSG_ENTER_PNG_COMPR (//)
  723. Enter PNG Compression:
  724. ;
  725. LOC_MSG_PNG_COMPR (//)
  726. PNG Compression
  727. ;
  728. LOC_MSG_ENTER_PASSWORD (//)
  729. Enter Password:
  730. ;
  731. LOC_MSG_PASSWORD (//)
  732. Password
  733. ;
  734. LOC_MSG_REENTER_PASSWORD (//)
  735. Retype Password
  736. ;
  737. LOC_MSG_WRONG_PASSWORD (//)
  738. Wrong password!!\nPlease retry...
  739. ;
  740. LOC_MSG_ENTER_PNG_GAMMA (//)
  741. Enter PNG Gamma:
  742. ;
  743. LOC_MSG_PNG_GAMMA (//)
  744. PNG Gamma
  745. ;
  746. LOC_MSG_PREFS_SAVED (//)
  747. Prefs saved
  748. ;
  749. LOC_MSG_PREFS_NOTSAVED (//)
  750. Problem while saving prefs:\n%s
  751. ;
  752. LOC_MSG_PREFS_NOTLOADED (//)
  753. Problem while reading prefs:\n%s
  754. ;
  755. LOC_MSG_SURE_DELETE (//)
  756. Are you sure ?\nDelete this file ?
  757. ;
  758. LOC_MSG_NEED_CGFX (//)
  759. You need cybergraphics.library V40+\n
  760. ;
  761. LOC_MSG_NEED_GFX (//)
  762. You need graphics.library V39+\n
  763. ;
  764. LOC_MSG_NEED_GADTOOLS (//)
  765. You need gadtools.library V39+\n
  766. ;
  767. LOC_MSG_NEED_INTUITION (//)
  768. You need intuition.library V39+\n
  769. ;
  770. LOC_MSG_NEED_ASL (//)
  771. You need asl.library V37+\n
  772. ;
  773. LOC_MSG_NEED_REQTOOLS (//)
  774. You need reqtools.library V38+\n
  775. ;
  776. LOC_MSG_GRAY (//)
  777. Gray
  778. ;
  779. LOC_MSG_PALETTE (//)
  780. Palette
  781. ;
  782. LOC_MSG_GRAY_ALPHA (//)
  783. Gray+alpha
  784. ;
  785. LOC_MSG_PALETTE_ALPHA (//)
  786. Palette+alpha
  787. ;
  788. LOC_MSG_NONE (//)
  789. None
  790. ;
  791. LOC_MSG_DEFLATE (//)
  792. Deflate
  793. ;
  794. LOC_MSG_DEFAULT (//)
  795. Default
  796. ;
  797. LOC_MSG_BITDEPTH (//)
  798. Bit depth        :
  799. ;
  800. LOC_MSG_COLORTYPE (//)
  801. Color type       :
  802. ;
  803. LOC_MSG_INTERLACETYPE (//)
  804. Interlace type   :
  805. ;
  806. LOC_MSG_COMPRESSIONTYPE (//)
  807. Compression type :
  808. ;
  809. LOC_MSG_FILTERTYPE (//)
  810. Filter type      :
  811. ;
  812. LOC_MSG_NO (//)
  813. No
  814. ;
  815. LOC_MSG_SAVE_JPEG (//)
  816. Save JPEG
  817. ;
  818. LOC_MSG_JPEG (//)
  819. JPEG
  820. ;
  821. LOC_MSG_PNG (//)
  822. PNG
  823. ;
  824. LOC_MSG_TIFF (//)
  825. TIFF
  826. ;
  827. LOC_MSG_RAW (//)
  828. RAW
  829. ;
  830. LOC_MSG_REDEFINE_KEY (//)
  831. Redefine Key
  832. ;
  833. LOC_MSG_KEY_EXISTS (//)
  834. This key is already defined!
  835. ;
  836. LOC_MSG_REDEFKEY1 (//)
  837. Pick menus items to change shortcuts
  838. ;
  839. LOC_MSG_REDEFKEY2 (//)
  840. until you are satisfied, then repick
  841. ;
  842. LOC_MSG_REDEFKEY3 (//)
  843. THIS menu item to end the redefinitions.
  844. ;
  845. LOC_MSG_TIFFMETHOD (//)
  846. Please choose the compression method.\nCurrent is %s.
  847. ;
  848. LOC_MSG_MISC (//)
  849. Miscellaneous
  850. ;
  851. LOC_MSG_FORMATS (//)
  852. Image I/O
  853. ;
  854.